Click or drag to resize

LockMethod Class

This class implements the WebDAV LOCK Method. set.
Inheritance Hierarchy

Namespace:  Independentsoft.Webdav.Methods
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class LockMethod : WebdavMethod

The LockMethod type exposes the following members.

Constructors
  NameDescription
Public methodLockMethod
Initializes a new instance of the LockMethod class.
Public methodLockMethod(LockScope, String, String, String, String)
Initializes a new instance of the LockMethod class.
Top
Properties
  NameDescription
Public propertyDepth
Gets or sets a depth of a lock.
Public propertyLockToken
Gets or sets a lock token of a lock.
Public propertyOwner
Gets or sets the owner of the lock.
Public propertyScope
Gets or sets a scope of a lock.
Public propertyTimeout
Gets or sets a timeout of a lock.
Public propertyType
Gets or sets a type of a lock.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGenerateRequestBody
Generates the request body of this method.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberInfiniteTimeout
The timeout as infinite value.
Public fieldStatic memberMethodName
The method name.
Top
See Also